Deleting Extension with the API
Using this API you can delete a TIBCO Flogo® Extension provisioned on aData Plane.
To delete an extension you need the extension ID and it's version, which can be retrieved using the GET /v1/dp/extensions method.
- Procedure
Call the DELETE /v1/dp/extensions/{extensionId}/{version method to return list of all TIBCO Flogo® Extension in the specified Data Plane.
Include one or more of the query parameters to filter the results. Click the API Documentation button on your Data Plane for more information.
Use the GET /v1/dp/extensions method to check whether or not the connector has been successfully deleted.